Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runner): consider event for failure detection #16

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

samugi
Copy link
Member

@samugi samugi commented Jan 3, 2024

To detect failures we were relying on Busted's exit status. This commit changes the logic to also use the events emitted by Busted to detect failures.

src/runner.js Outdated Show resolved Hide resolved
To detect failures we were relying on Busted's exit status. This commit
changes the logic to use the events emitted by Busted to detect failures
instead.
@hanshuebner hanshuebner merged commit 7e68cd7 into main Jan 3, 2024
16 checks passed
@hanshuebner hanshuebner deleted the fix/runner-failure-event branch January 3, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants